home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / penguin.swf / scripts / DefineSprite_316 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-06-26  |  223 b   |  16 lines

  1. function playgGame()
  2. {
  3.    _parent.type = "";
  4.    _parent.play();
  5. }
  6. function setting()
  7. {
  8.    _parent.type = "setting";
  9.    _parent.play();
  10. }
  11. function credits()
  12. {
  13.    _parent.type = "credits";
  14.    _parent.play();
  15. }
  16.